33 34 35
# File 'activerecord/lib/arel/math.rb', line 33 def <<(other) Arel::Nodes::Grouping.new(Arel::Nodes::BitwiseShiftLeft.new(self, other)) end